Click or drag to resize

ServiceGetOutOfOffice Method (String)

Gets Out of Office settings for the specified mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public OutOfOfficeResponse GetOutOfOffice(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
The SMTP address of the user for which to retrieve OOF settings.

Return Value

Type: OutOfOfficeResponse
The OOF settings for the specified mailbox.
See Also